From 06050a3801f0f58e23971795b049403e1220468e Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 16 Feb 2004 23:11:58 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index d2fddd44c58..71a0f1d7369 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2004-02-17 Kim F. Storm + + * keyboard.c: Rework previous change; it didn't consider that the + buf array was allocated on the stack. + (prev_read): Remove variable. + (read_avail_input_buf): New static event buffer array. + (in_read_avail_input): New static variable to avoid re-entrancy. + (read_avail_input): Change buf to pinter to read_avail_input_buf. + Use in_read_avail_input to guard against re-entry. + Do not initialize read_avail_input_buf here; instead assume it + is always cleared on entry. To ensure that, we clear (just) the + entries that were used before we return. + (init_keyboard): Initialize read_avail_input_buf here. + 2004-02-16 Jesper Harder (tiny change) * cmds.c (Fend_of_line): Doc fix. -- 2.30.2